home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
sheep_po.swf
/
scripts
/
frame_33
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
168 b
|
15 lines
if(grrOK < 1)
{
grrOK += 0.1;
}
if(gameover == 0 and nuke == 0 and 0 < score)
{
play();
}
else
{
score = 0;
gotoAndStop("nuke");
play();
}